(display-startup-echo-area-message): Make sure
authorGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 11:37:51 +0000 (11:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 26 Jan 2001 11:37:51 +0000 (11:37 +0000)
the echo area is resized to fit the size of the startup
message.

lisp/startup.el

index d11b9945b0f4e6fa226f7851ce9222f218dd87e3..65ceb28d22bb7267e68f9d02d4ab26dd42706860 100644 (file)
@@ -1207,7 +1207,8 @@ where FACE is a valid face specification, as it can be used with
 
 
 (defun display-startup-echo-area-message ()
-  (message (startup-echo-area-message)))
+  (let ((resize-mini-windows t))
+    (message (startup-echo-area-message))))
 
 
 (defun command-line-1 (command-line-args-left)